━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  Audio Spectrum template(?) ver_1.11
                                          author:Halkaze

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### INDEX ###

+ Overview
+ Usage
+ Changelog
+ License

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### Overview ###

Thank you for downloading!
This is the template(?) to play a music and show its spectrum by the code.

If you have any bug reports, please contact us.
  Blog   : https://halkaze.fc2.net/
  Twitter: @halkazeMUGEN1

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### Usage ###

1. Add the following description to your character's .def file.
   [AudioSpectrum]
   dll = (The path to AudioSpectrum.dll)

2. Prepare Audio.def according to the format.
   See Audio.def and Sample folder for details.

3. Register DLLCALL.cns.

Note that this template(?) only provides information to the character
to enable the display on the audio spectrum, and the actual display of
the spectrum is achieved by the character's description.
You can see the description to display of the spectrum in Sample folder.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### Changelog ###

2022/ 1/26: ver_1.00 is released.
      2/ 1: ver_1.10 is released.
            - Added "loop" setting
            - Removed the range limit for "index" settings
            - Bug fixes
              + Fixed an error when playing against characters with AudioSpectrum.
              + Fixed a bug related to "classes" and "first" settings.
      2/ 2: ver_1.11 is released.
            - Replace the DLL with the regular version.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### License ###

This is the indication of the license for the use of the library FFTSS
used to realize the code.
You do NOT need to display this license to use this code.


Copyright 2002-2007 Akira Nukada. All rights reserved.
Copyright 2002-2007 The SSI Project. All rights reserved.
The Scalable Infrastructure Project, supported by "Development of Software
Infrastructure for Large Scale Scientific Simulation" Team, CREST, JST.
Akira Nishida, Department of Computer Science, The University of Tokyo,
7-3-1 Hongo, Bunkyo-ku, Tokyo 113-8656, Japan.

Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, 
   this list of conditions and the following disclaimer. 
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution. 
3. Neither the name of the University nor the names of its contributors may 
   be used to endorse or promote products derived from this software without
   specific prior written permission. 

THIS SOFTWARE IS PROVIDED BY THE SCALABLE SOFTWARE INFRASTRUCTURE PROJECT 
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE SCALABLE SOFTWARE INFRASTRUCTURE
PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
